home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / clarion / gauge / gauge.z / DDIALOG1.DFM / DDIALOG1.txt
Text File  |  1995-08-16  |  4KB  |  240 lines

  1. object PersonalInfo: TPersonalInfo
  2.   Left = 226
  3.   Top = 157
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Personal Information'
  7.   ClientHeight = 361
  8.   ClientWidth = 500
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnPaint = PaintForm
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 37
  21.     Height = 13
  22.     Caption = '&Name:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 24
  26.     Top = 48
  27.     Width = 50
  28.     Height = 13
  29.     Caption = '&Address:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 24
  33.     Top = 80
  34.     Width = 26
  35.     Height = 13
  36.     Caption = '&City:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 256
  40.     Top = 80
  41.     Width = 35
  42.     Height = 13
  43.     Caption = '&State:'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 344
  47.     Top = 80
  48.     Width = 23
  49.     Height = 13
  50.     Caption = '&Zip:'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 24
  54.     Top = 120
  55.     Width = 77
  56.     Height = 13
  57.     Caption = '&Home Phone:'
  58.   end
  59.   object Label7: TLabel
  60.     Left = 240
  61.     Top = 120
  62.     Width = 75
  63.     Height = 13
  64.     Caption = '&Work Phone:'
  65.   end
  66.   object Label8: TLabel
  67.     Left = 24
  68.     Top = 160
  69.     Width = 83
  70.     Height = 13
  71.     Caption = 'Marital Status:'
  72.   end
  73.   object Label9: TLabel
  74.     Left = 240
  75.     Top = 160
  76.     Width = 73
  77.     Height = 13
  78.     Caption = 'Dependents:'
  79.   end
  80.   object OKButton: TButton
  81.     Left = 112
  82.     Top = 320
  83.     Width = 89
  84.     Height = 33
  85.     Caption = 'OK'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 12
  89.   end
  90.   object CancelButton: TButton
  91.     Left = 248
  92.     Top = 320
  93.     Width = 89
  94.     Height = 33
  95.     Cancel = True
  96.     Caption = 'Cancel'
  97.     ModalResult = 2
  98.     TabOrder = 13
  99.     OnClick = CancelClick
  100.   end
  101.   object GroupBox2: TGroupBox
  102.     Left = 240
  103.     Top = 192
  104.     Width = 185
  105.     Height = 105
  106.     Caption = 'Preferences'
  107.     TabOrder = 11
  108.     object CheckBox1: TCheckBox
  109.       Left = 16
  110.       Top = 24
  111.       Width = 97
  112.       Height = 17
  113.       Caption = 'Nights'
  114.       TabOrder = 0
  115.     end
  116.     object CheckBox2: TCheckBox
  117.       Left = 16
  118.       Top = 48
  119.       Width = 97
  120.       Height = 17
  121.       Caption = 'Weekends'
  122.       TabOrder = 1
  123.     end
  124.     object CheckBox3: TCheckBox
  125.       Left = 16
  126.       Top = 72
  127.       Width = 97
  128.       Height = 17
  129.       Caption = 'Fill-in'
  130.       TabOrder = 2
  131.     end
  132.   end
  133.   object RadioGroup1: TRadioGroup
  134.     Left = 24
  135.     Top = 192
  136.     Width = 185
  137.     Height = 105
  138.     Caption = 'Recruiting'
  139.     TabOrder = 7
  140.   end
  141.   object RadioButton1: TRadioButton
  142.     Left = 40
  143.     Top = 216
  144.     Width = 113
  145.     Height = 17
  146.     Caption = 'Agency'
  147.     TabOrder = 8
  148.   end
  149.   object RadioButton2: TRadioButton
  150.     Left = 40
  151.     Top = 240
  152.     Width = 113
  153.     Height = 17
  154.     Caption = 'Advertisement'
  155.     TabOrder = 9
  156.   end
  157.   object RadioButton3: TRadioButton
  158.     Left = 40
  159.     Top = 264
  160.     Width = 113
  161.     Height = 17
  162.     Caption = 'Walk-In'
  163.     TabOrder = 10
  164.   end
  165.   object Edit1: TEdit
  166.     Left = 112
  167.     Top = 16
  168.     Width = 233
  169.     Height = 20
  170.     TabOrder = 0
  171.   end
  172.   object Edit2: TEdit
  173.     Left = 112
  174.     Top = 48
  175.     Width = 233
  176.     Height = 20
  177.     TabOrder = 1
  178.     OnEnter = Edit2Enter
  179.   end
  180.   object Edit3: TEdit
  181.     Left = 112
  182.     Top = 80
  183.     Width = 137
  184.     Height = 20
  185.     TabOrder = 2
  186.   end
  187.   object Edit4: TEdit
  188.     Left = 296
  189.     Top = 80
  190.     Width = 41
  191.     Height = 20
  192.     TabOrder = 3
  193.   end
  194.   object Edit5: TEdit
  195.     Left = 376
  196.     Top = 80
  197.     Width = 73
  198.     Height = 20
  199.     TabOrder = 4
  200.   end
  201.   object SpinEdit1: TSpinEdit
  202.     Left = 328
  203.     Top = 152
  204.     Width = 65
  205.     Height = 22
  206.     MaxValue = 20
  207.     MinValue = 0
  208.     TabOrder = 6
  209.     Value = 0
  210.   end
  211.   object ComboBox1: TComboBox
  212.     Left = 112
  213.     Top = 152
  214.     Width = 113
  215.     Height = 21
  216.     ItemHeight = 13
  217.     TabOrder = 5
  218.     Text = ' '
  219.   end
  220.   object MaskEdit1: TMaskEdit
  221.     Left = 112
  222.     Top = 112
  223.     Width = 105
  224.     Height = 20
  225.     EditMask = '!\(999\)000-0000;0;'
  226.     MaxLength = 13
  227.     TabOrder = 14
  228.   end
  229.   object MaskEdit2: TMaskEdit
  230.     Left = 320
  231.     Top = 112
  232.     Width = 105
  233.     Height = 20
  234.     AutoSelect = False
  235.     EditMask = '!\(999\)000-0000;0;'
  236.     MaxLength = 13
  237.     TabOrder = 15
  238.   end
  239. end
  240.